projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548707f
)
use new in Qt6.8 windows fluent style
author
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Fri, 25 Oct 2024 10:29:57 +0000
(12:29 +0200)
committer
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Mon, 27 Jan 2025 09:03:33 +0000
(10:03 +0100)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/main.cpp
patch
|
blob
|
history
diff --git
a/src/gui/main.cpp
b/src/gui/main.cpp
index b603a8a7c0b1422f8cd3929e266a8bf37a145360..91ab3b08d11a5203952b4af68a1dfd109072dac4 100644
(file)
--- a/
src/gui/main.cpp
+++ b/
src/gui/main.cpp
@@
-83,7
+83,7
@@
int main(int argc, char **argv)
#if defined Q_OS_MAC
style = QStringLiteral("macOS");
#elif defined Q_OS_WIN
- style = QStringLiteral("F
usion
");
+ style = QStringLiteral("F
luentWinUI3
");
#endif
QQuickStyle::setStyle(style);